CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - win32 GDI

搜索资源列表

  1. chart

    1下载:
  2. 利用Windows GDI创建多种不同的二维表格(包括条状图,线图,饼图),提供的类可以应用与Win32的程序.-use Windows GDI to create a wide variety of two-dimensional forms (including bar, maps, pie), the class can be used with Win32 process.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:26731
    • 提供者:陈建文
  1. scr

    0下载:
  2. Win32汇编写的远程屏幕监视代码。采用GDI方式获得桌面的DIB。采用差异传输的方法传输远程计算机屏幕。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:421760
    • 提供者:陆雪琪
  1. win32Timer

    0下载:
  2. win32Timer.rar win32 下使用GDI的一个画界面时钟,的代码-win32 system use GDI paint a colck code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:268123
    • 提供者:ldr
  1. Screenshots

    0下载:
  2. Win32例子源代码(截屏活动窗口,桌面)(Gdi库bmp转化成jpg等比,指定尺寸)(封装成2个类)-Win32 example code (screenshots activities window, desktop) (Gdi library BMP, JPG form into a specified size) (package into two classes)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:25932
    • 提供者:魏明
  1. StarCraft2

    1下载:
  2. 纯win32 SDK编写的游戏,只使用GDi, 初学者最好看看,实现了双缓冲等功能-Prepared pure win32 SDK Game, use only GDi, beginners take a look at the best, achieve a double buffering and other functions
  3. 所属分类:Other Games

    • 发布日期:2017-05-24
    • 文件大小:7747424
    • 提供者:PAN
  1. gdi_move_scal

    0下载:
  2. 使用GDI方式实现的图片移动和缩放,是win32窗口程序的源码。-GDI achieved by the use of the picture move and zoom, are the source win32 window procedure.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:505958
    • 提供者:jason
  1. gdi_pic

    0下载:
  2. 使用GDI方式实现的图片显示,是win32窗口程序的源码。-GDI achieved by the use of the picture show that are the source win32 window procedure.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:506799
    • 提供者:jason
  1. gdi_sprite

    0下载:
  2. 使用GDI方式实现的精灵,是win32窗口程序的源码。-GDI achieved by the use of the wizard, are the source win32 window procedure.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1793578
    • 提供者:jason
  1. directui_src

    0下载:
  2. 一直以来,Windows应用程序是基于GDI/User 窗口结构的,而这个结构限制了不少地方。当你尝试使用这个内建的控件集,然后简单迅速地得到了一个非常非常漂亮的应用程序的之后,你就会理解这个限制。 一个无窗体的用户界面并不使用原始的Win32控件。取而代之的是,给屏幕上的每个控件定制图像显示:包括标签、按钮、列表框等等。使用这一种接口以及不是最新的了:大部分很酷的程序都开始“皮肤”,比如WinAmp和MS Media Player。不过skinning只适合一些小的应用程序,它们拥有
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:222282
    • 提供者:邱鹏
  1. win32_five

    0下载:
  2. 纯win32框架, 加GDI作图, 无资源文件, 资源纯实时绘制, 全长307行的五子棋程序, 无AI,仅支持双人对战. 供初学者学习参考-Pure win32 framework, plus GDI mapping, non-resource file, resource pure real-time rendering a total length of 307 lines Gobang procedures, no AI, only supports double Versus. For
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:15865
    • 提供者:林祥
  1. Chapter02

    0下载:
  2. WIN32编程中涉及的GDI图形动画程序代码-Bouncing Balls with Timer
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1765170
    • 提供者:哲仁
  1. VazPac

    0下载:
  2. VAZPAC Game Design Notes (updated March 20, 2005) For WIN32 game, Visual C++ compiler, GDI graphics and DirectDraw versions (and DirectSound) VazPac and VazPacDelux GDI version (VazPac.exe) should run on Windows ME/XP due to a bug
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2833303
    • 提供者:qiao
  1. APIH00k

    1下载:
  2. API钩子系统一般框架 通常,我们把拦截API的调用的这个过程称为是安装一个API钩子(API Hook)。一个API钩子基本是由两个模块组成:一个是钩子服务器(Hook Server)模块,一般为EXE的形式;一个是钩子驱动器(Hook Driver)模块,一般为DLL的形式。 钩子服务器主要负责向目标进程注入钩子驱动器,使得钩子驱动器运行在目标进程的地址空间中,这是关键的第一步,而钩子驱动器则负责实际的API拦截处理工作,以便在我们所关心的API函数调用的之前或之后能做一些我们
  3. 所属分类:Hook api

    • 发布日期:2014-12-23
    • 文件大小:555008
    • 提供者:刘永
  1. Chess

    0下载:
  2. Win32下使用Gdi完成的人人对弈象棋程序!-Everyone chess chess. Win32 uses gdi done!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:381120
    • 提供者:ZeaLot
  1. Plane

    0下载:
  2. Win32平台下,使用Gdi完成的飞行射击游戏!有完整碰撞逻辑判断!-Win32 platforms, the use of the the Gdi completed flight shooting game! Complete collision logic to judge!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:470773
    • 提供者:ZeaLot
  1. Easy-Model-Clock

    0下载:
  2. vc6.0 win32编程 GDI绘图 模拟一个钟表 表盘中心画有一个心形 由两条贝赛尔曲线组成-vc6.0 win32 programming the GDI drawing simulate a watch dial center has a heart-shaped painted by two Bezier curves
  3. 所属分类:Windows Develop

    • 发布日期:2017-10-31
    • 文件大小:2551609
    • 提供者:彭云毅
  1. Easy-Electronic-Watch

    0下载:
  2. vc6.0 win32编程 GDI绘图 模拟一个电子手表 获取系统当前时间-vc6.0 win32 programming GDI drawing simulate an electronic watches get the current system time
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-06
    • 文件大小:7692
    • 提供者:彭云毅
  1. LinkGame

    0下载:
  2. win32工程 连连看小游戏 主要用来熟悉下GDI和消息机制-win32 project Lianliankan game is mainly used to become familiar with the GDI and messaging
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-12
    • 文件大小:4503999
    • 提供者:戴峥
  1. CNCSimulation

    1下载:
  2. 本程序为CNC(数控加工)仿真程序,基于Win32平台利用GDI+实现,实现直线、曲线、圆弧插补算法,并进行仿真。(This program is a CNC simulation program. Based on Win32 platform, it USES GDI+ to realize linear, curve and arc interpolation algorithm, and carries out simulation.)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-25
    • 文件大小:1084416
    • 提供者:fengfenglin
  1. Simple-version-of-the-fishing

    2下载:
  2. 本程序是一个模仿捕鱼达人的小游戏,语言为C语言。WIN32、GDI。实现功能: 积分; 碰撞; 点击测试; 随机生成鱼; 连续图片实现鱼游泳动画; 点击音效; 程序是鄙人C语言实验程序,参考了《windows游戏编程之从零开始》GDI部分。程序逻辑简单,实现直接,结构比较清晰。如果有类似作业需求的,可以作为参考。(This program is a copy of the game to fish, language C language. GDI, WIN32. Realizat
  3. 所属分类:游戏

    • 发布日期:2020-11-23
    • 文件大小:2636800
    • 提供者:saberice
« 1 2 34 »
搜珍网 www.dssz.com